home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / othergnu / bc102s.zoo / readme.src < prev    next >
Text File  |  1992-06-20  |  1KB  |  36 lines

  1.  
  2. Rather than post the entire source for bc, I decided to only post the diffs
  3. and changed files needed to build on the ST. Included here are:
  4.  
  5.     readme        original
  6.     readme.st    my comments
  7.     config.h    what configure generated on a 4.3BSD/POSIX system
  8.     makefile    what I used (gen'ed from configure script)
  9.     diffs        source differences (only scan.l)
  10.     libmath.b    original math library source
  11.     math.h        original (used for built-in library)
  12.     copying        GNU requirement
  13.  
  14. Executable was posted to atari.archive.umich.edu as bc102b.zoo. It contained:
  15.  
  16.     bc.ttp        executable, stripped
  17.     bc.man        manpage source (nroff, renamed from bc.1)
  18.     bc.1z        compiled manpage, compressed, manpager format
  19.     readme        original
  20.     readme.st    my comments
  21.     libmath.b    original math library source
  22.     copying        GNU requirement
  23.  
  24. Full source is available:  prep.ai.mit.edu:~ftp/pub/gnu/bc-1.02.tar.Z
  25.  
  26. Before building, read makefile and readme.st. If building without defining
  27. BC_MATH_FILE defined, you only need to install bc.ttp in a suitable bin
  28. directory. If defining BC_MATH_FILE, you also have to install libmath.b in
  29. a suitable lib directory (which is then read and compiled if -l is given).
  30. Install manpage however you do it on your system (if at all).
  31.  
  32. -bill
  33. rosenkra@convex.com
  34. 92/6/20
  35.  
  36.